TPgDumpOptions class overview.
Properties
Name | Description |
AddDelete |
Used to add DELETE statements to a script before INSERT statements.
|
AddDrop (inherited from TDADumpOptions) |
Used to add DROP statements to a script before CREATE statements.
|
CompleteInsert (inherited from TDADumpOptions) |
Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.
|
CreateConstraints |
Used to add statements to create table constrains to the dump.
|
GenerateHeader (inherited from TDADumpOptions) |
Used to add a comment header to a script.
|
QuoteNames (inherited from TDADumpOptions) |
Used for TDADump to quote all database object names in generated SQL statements.
|